html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #020202;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.34;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

button:focus,
input:focus {
  outline: none !important;
}

.top_section {
  padding: 20px 0 0 0;
}

.top_section h1 {
  font-size: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 60px;
  color: #020202;
  width: 850px;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_section h1 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.top_section img {
  width: 100%;
}

.top_section h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #020202;
  border: 1px solid #ff4a03;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .top_section h2 {
    font-size: 18px;
    width: 80%;
  }
}

.top_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_section .col-md-6:last-child {
  padding: 30px 15px 15px 15px;
  border: 2px solid #ff4a03;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .top_section .col-md-6:last-child {
    margin-top: 30px;
    width: 95%;
    margin: 30px auto 0;
  }
}

.top_section ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_section ul li {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  color: #333;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .top_section ul li {
    width: 100%;
    font-size: 16px;
  }
}

.top_section form {
  border: 1px dashed #ff4a03;
  padding: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .top_section form {
    padding: 15px;
  }
}

.top_section input {
  width: 100%;
  height: 40px;
  padding: 9px 11px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #020202;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.top_section h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 50px 0 20px 0;
  color: #ff4a03;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_section h3 {
    font-size: 22px;
    margin: 30px 0 20px 0;
  }
}

.btn_blue {
  border: 0;
  padding: 9px 11px;
  background-color: #ff4a03;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .btn_blue {
    font-size: 16px;
    height: 40px;
    padding: 9px 11px 11px;
  }
}

.btn_blue:hover {
  color: #fff;
  background-color: #ff7139;
}

.card_wrapper {
  padding: 20px 0 50px;
}

@media screen and (max-width: 767px) {
  .card_wrapper {
    padding: 0;
    margin-bottom: 30px;
  }
}

.card_wrapper .col-md-4 {
  padding: 15px;
}

.card_wrapper .bg_1 {
  width: 100%;
  height: 400px;
  background: url("https://dgachieve.com/hosted/images/b9/d407702e654016909a16e7d740378e/beach_mastermind2-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.card_wrapper .bg_1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000066;
  width: 100%;
  height: 100%;
}

.card_wrapper .bg_2 {
  width: 100%;
  height: 400px;
  background: url("https://dgachieve.com/hosted/images/ea/7bfce0f42d11e8a8fbd7083fc45dec/yeshi-kangrang-342857-unsplash.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.card_wrapper .bg_2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000066;
  width: 100%;
  height: 100%;
}

.card_wrapper .bg_3 {
  width: 100%;
  height: 400px;
  background: url("https://dgachieve.com/hosted/images/75/e35ae1f42d11e89d2d8fc3738f1b73/road-OBM.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.card_wrapper .bg_3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000066;
  width: 100%;
  height: 100%;
}

.card_wrapper h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 20px 0 0 0;
  color: #fff;
  z-index: 999999;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .card_wrapper h1 {
    font-size: 24px;
  }
}

.card_wrapper svg {
  fill: #fff;
  width: 50px;
  z-index: 999999;
  height: 50px;
}

.meet_host {
  background-color: #f1f1f1;
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .meet_host {
    padding: 25px 0;
  }
}

.meet_host h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 20px 0 10px 0;
  color: #1E429B;
}

@media screen and (max-width: 767px) {
  .meet_host h2 {
    font-size: 36px;
  }
}

.meet_host h2 span {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.meet_host p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 20px;
  color: #333;
  width: 700px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .meet_host p {
    font-size: 18px;
  }
}

.meet_host img {
  width: 400px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.meet_host .btn_blue {
  width: 500px;
  max-width: 100%;
}

.last_section {
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .last_section {
    padding: 25px 0;
  }
}

.last_section .row {
  border-top: 1px dashed #ff4a03;
  border-bottom: 1px dashed #ff4a03;
  margin: 30px -15px;
  padding: 20px 0;
}

.last_section h1 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 30px 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .last_section h1 {
    font-size: 24px;
  }
}

.last_section h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 20px;
  color: #1E429B;
  width: 350px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .last_section h2 {
    font-size: 20px;
  }
}

.last_section svg {
  fill: #1E429B;
  width: 50px;
  height: 50px;
}

.video_wrap {
  width: 100%;
  text-align: center;
  background-color: #ccc;
}

.video_wrap video {
  width: 500px;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
}

.form_title {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 40px 0;
  color: #ff4a03;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form_title {
    margin: 0 0 20px 0;
  }
}

.form_wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .form_wrapper .mb_30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .form_wrapper .mb_20 {
    margin-bottom: 20px;
  }
}

.form_wrapper .text-right {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .form_wrapper .text-right {
    text-align: center !important;
  }
}

.form_wrapper .btn_blue {
  width: 300px;
  max-width: 100%;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #ff4a03 !important;
}

:root {
  --accent: #0094ff;
  /* 	--accent: #d7577e; */
  --main: #ffffff;
}

.player-container {
  padding: 0;
  width: 900px;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .player-container {
    height: auto;
    padding: 40px 0 20px;
  }
}

.player-container h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ff7139;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .player-container h1 {
    font-size: 20px;
  }
}

.player-container h1 span {
  display: block;
  font-size: 25px;
  border-bottom: 3px solid #1E429B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .player-container h1 span {
    font-size: 20px;
  }
}

.player-container .btn_blue {
  width: 300px;
  margin-top: 40px;
  text-transform: uppercase;
}

.player {
  width: 100%;
  height: 500px;
  padding-bottom: 56.25%;
  -webkit-box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background: #000000;
}

@media screen and (max-width: 767px) {
  .player {
    height: auto;
  }
}

.player:-webkit-full-screen {
  padding-bottom: 100vh;
}

.player:-moz-full-screen {
  padding-bottom: 100vh;
}

.player:-ms-fullscreen {
  padding-bottom: 100vh;
}

.player:fullscreen {
  padding-bottom: 100vh;
}

.player:-webkit-full-screen {
  padding-bottom: 100vh;
}

.player:-moz-full-screen {
  padding-bottom: 100vh;
}

.player:-ms-fullscreen {
  padding-bottom: 100vh;
}

.player video {
  width: 100%;
  /*height: 100vh;*/
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.controls {
  padding: 0;
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(37, 37, 37, 0)), color-stop(80%, rgba(37, 37, 37, 0.6)));
  background: linear-gradient(180deg, rgba(37, 37, 37, 0) 10%, rgba(37, 37, 37, 0.6) 80%);
  -webkit-transition: all 0.2s ease-in 5s;
  transition: all 0.2s ease-in 5s;
}

.player:hover .controls {
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.time {
  position: absolute;
  right: 30px;
  bottom: 100%;
  padding-bottom: 14px;
}

.progress {
  height: 8px;
  width: calc(100% - 40px);
  background: rgba(60, 60, 60, 0.6);
  margin: auto;
  border-radius: 6px;
  position: absolute;
  left: 20px;
  bottom: 100%;
  -webkit-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
}

.progress:hover {
  height: 10px;
}

.progress-filled {
  background: var(--accent);
  width: 0%;
  height: 100%;
  border-radius: 6px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.controls-main {
  width: calc(100% - 40px);
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.controls-left,
.controls-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.controls-left {
  margin-left: 10px;
}

.controls-right {
  margin-right: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.volume-btn {
  margin-right: 10px;
}

.volume-btn #volume-off,
.volume-btn #volume-high {
  opacity: 0;
}

.volume-btn.loud #volume-high {
  opacity: 1;
}

.volume-btn.muted #volume-off {
  opacity: 1;
}

.volume-btn.muted #volume-high,
.volume-btn.muted #volume-low {
  opacity: 0;
}

.volume-slider {
  height: 8px;
  width: 80px;
  background: rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  position: relative;
}

.volume-filled {
  background: var(--main);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.volume-filled:hover,
.play-btn:hover.play-btn:before,
.play-btn:hover.play-btn:after {
  background: var(--accent);
}

.play-btn {
  width: 30px;
  height: 30px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(-90deg) scale(0.8);
          transform: rotate(-90deg) scale(0.8);
  transition: -webkit-clip-path 0.3s ease-in 0.1s, shape-inside 0.3s ease-in 0.1s, transform 0.8s cubic-bezier(0.85, -0.25, 0.25, 1.425);
}

.play-btn.paused {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.play-btn:before,
.play-btn:after {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.play-btn:before {
  -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
  shape-inside: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
}

.play-btn:after {
  -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
  shape-inside: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
}

.play-btn.paused:before {
  -webkit-clip-path: polygon(10% 0, 90% 51%, 90% 51%, 10% 51%);
  shape-inside: polygon(0 0, 100% 51%, 100% 51%, 0 51%);
}

.play-btn.paused:after {
  -webkit-clip-path: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
  shape-inside: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
}

button:focus {
  outline: none;
}

.speed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  text-align: center;
}

.speed-list li {
  color: var(--main);
  padding: 5px;
  cursor: default;
}

.speed-list li:hover,
.speed-list li.active {
  color: var(--accent);
  font-weight: bold;
}

.fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_wrap {
  text-align: center;
  margin-top: 40px;
}

.about_wrap h2 {
  color: #1E429B;
  font-size: 20px;
  margin: 0;
}

.about_wrap h1 {
  color: #ff4a03;
  font-size: 30px;
  margin-bottom: 15px;
}

.about_wrap p {
  font-size: 18px;
}

.package_wrap {
  margin: 40px auto;
}

.package_wrap h1 {
  color: #ff4a03;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}

.package_wrap .col-md-3 {
  padding: 15px;
}

.package_wrap img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .package_wrap img {
    height: auto;
  }
}

.thankyou_wrapper {
  padding-top: 50px;
  margin-bottom: 50px;
}

.thankyou_wrapper .row {
  padding: 10px 0;
  border-top: 1px solid #333;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .thankyou_wrapper .col-md-2 {
    width: 50%;
  }
}

.thankyou_wrapper .ty_text {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thankyou_wrapper .ty_text p {
  font-size: 30px;
}

.thankyou_wrapper h1 {
  color: #1E429B;
  font-size: 18px;
  margin: 20px 0 15px 0;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.thankyou_wrapper h4 {
  color: #ff4a03;
  font-size: 40px;
  margin: 0px 0 0 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.thankyou_wrapper h2 {
  color: #1E429B;
  font-size: 28px;
  margin: 40px 0 20px 0;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .thankyou_wrapper h2 {
    font-size: 22px;
    text-align: center;
  }
}

.thankyou_wrapper ul {
  list-style: none;
  margin: 0px 0 50px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .thankyou_wrapper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.thankyou_wrapper ul li {
  text-align: center;
  padding: 0 50px;
}

.thankyou_wrapper ul li img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.thankyou_wrapper ul li h3 {
  color: #888;
  font-size: 20px;
  margin: 0px 0 0 0;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.thankyou_wrapper img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.thankyou_wrapper p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 0;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thankyou_wrapper p {
    font-size: 18px;
  }
}

.main_header {
  background: #ffffff80;
  z-index: 999999;
}

.main_header .container {
  padding: 25px 15px;
}

@media screen and (max-width: 992px) {
  .main_header .container {
    max-width: 100%;
  }
}

.main_header .sub_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_header .sub_header_wrap .left_header img {
  width: 180px;
}

@media screen and (max-width: 767.5px) {
  .main_header .sub_header_wrap .left_header img {
    width: 160px;
  }
}

.main_header .sub_header_wrap .right_header .mob_menu_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .main_header .sub_header_wrap .right_header .mob_menu_btn {
    display: block;
    background-color: transparent;
    border: 0;
  }
}

.main_header .sub_header_wrap .right_header .mob_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .main_header .sub_header_wrap .right_header .close_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 115px;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
  }
}

@media screen and (max-width: 767px) {
  .main_header .sub_header_wrap .right_header .open_menu {
    height: 210px;
  }
}

.main_header .sub_header_wrap .right_header a {
  display: block;
  margin-left: 15px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 18px;
}

@media screen and (max-width: 1024px) {
  .main_header .sub_header_wrap .right_header a {
    font-size: 14px;
    padding: 0;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_header .sub_header_wrap .right_header a {
    margin: 15px auto 5px;
  }
  .main_header .sub_header_wrap .right_header a:last-child {
    margin-bottom: 20px;
  }
}

.main_header .sub_header_wrap .right_header a:hover {
  color: #000;
}

.main_header .sub_header_wrap .right_header .header_btn {
  border: 0;
  background-color: #dfb040;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 6px 20px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main_header .sub_header_wrap .right_header .header_btn:hover {
  background-color: #ba9335;
}
/*# sourceMappingURL=style.css.map */